From fd280ba6111e54f836e12b1feb68a3c7dd97d506 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 29 Nov 2011 14:17:27 +0000 Subject: [PATCH] docs: xlexample.hvm: mention the viridian setting. Turning this on for Windows guests is recommended. Signed-off-by: Ian Campbell Committed-by: Ian Jackson Acked-by: Ian Jackson --- tools/examples/xlexample.hvm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm index 1530b51723..4b1ea629fb 100644 --- a/tools/examples/xlexample.hvm +++ b/tools/examples/xlexample.hvm @@ -16,6 +16,11 @@ name = "example.hvm" # The default behavior is to generate a new UUID each time the guest is started. #uuid = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" +# Enable Microsoft Hyper-V compatibile paravirtualisation / +# enlightenment interfaces. Turning this on can improve Windows guest +# performance and is therefore recommended +#viridian = 1 + # Initial memory allocation (MB) memory = 128 -- 2.30.2